//*********************************************************************************************************8
Open 'Dynamic_Localized_Strings' and look for

"FEDERATION-DESCENT-ARRIVED", "Starfleet grants you control of a Descent Class vessel",

beneath it, add:

"FEDERATION-PROMETHEUS-ARRIVED", "Starfleet grants you control of a Prometheus Class vessel",

then find:

",
"AUTOTOOLTIP-fed_premonition.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Temporal Stasis

      Medium
",

replace the ", at the bottom with this:

",
"AUTOTOOLTIP-fed_prometheus.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Critical Shot

      Medium
",
"AUTOTOOLTIP-fed_prometheusr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Critical Shot

      Medium
",
"AUTOTOOLTIP-fed_prometheusr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Critical Shot

      Medium
",
"AUTOTOOLTIP-fed_prometheusr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Critical Shot
     Field Command 
     This vessel consumes one slot less of
     the Warp-In limitation

      Medium
",
"AUTOTOOLTIP-fed_prometheusr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Critical Shot
     Field Command 
     This vessel consumes one slot less of
     the Warp-In limitation
     Upgraded Engines 
     Impulse engine speed increased
     by 20 percent

      Medium
",
"AUTOTOOLTIP-fed_prometheusr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Critical Shot
     Field Command 
     This vessel no longer counts toward
     the Warp-In limitation
     Upgraded Engines 
     Impulse engine speed increased
     by 40 percent
     Starfleet Engineers 
     Shields, hull and subsystems repair
     twice as fast. Subsystem durability
     increased and reduces the duration of
     all subsystem disabling effects by 25
     percent

      Medium
",

Find "AUTOTOOLTIP-fed_warpin_special.odf" and replace the info with:

"AUTOTOOLTIP-fed_warpin_special.odf", "
     Request to relocate a experimental
     Descent Class or Prometheus Class
     vessel into your sector.
     The Descent is a powerful command
     vessel with experimental shield
     technology
     The Prometheus is a tactical cruiser
     with a powerful weapons array
     Once the vessel reaches an officer
     rank it will only use two warp-in
     slots, allowing additional warp-in
     requests

//*********************************************************************************************************8
Open 'Events' and look for

FederationWarpinDescent{
Text "FEDERATION-DESCENT-ARRIVED"
SaveLocation
Global
Marker radius 32 shrink 0.05 time 1 color 0 1 0
Marker radius 32 shrink 0.05 time 1 color 0 1 0
}

add beneath it:

FederationWarpinPrometheus{
Text "FEDERATION-PROMETHEUS-ARRIVED"
SaveLocation
Global
Marker radius 32 shrink 0.05 time 1 color 0 1 0
}
